- You can insert HTML inside the dialog boxes. Some of the examples have an HTML link.
- The alert and confirm dialogs are modal. This means that you cannot activate the page behind the dialog. These modal windows are different from Javascript dialogs, in that you can switch to a different browser window or tab and click there or close the window or tab that contains the dialog.
Alert dialog -- Shows a modal DHTML dialog similar to a Javascript alert.
Confirm dialog -- Shows a modal DHTML dialog similar to a Javascript confirm.
Generic dialog -- Shows a custom DHTML dialog. You can easily create a dialog that contains custom buttons and write a function to retrieve the selected button.